home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Games / TileMix / TileMix / background_4759.txt < prev    next >
Text File  |  1992-01-14  |  3KB  |  121 lines

  1. -- background: 4759 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openbackground
  8.   colorizehc "colorfill",rect of this cd,"0,0,0"
  9.   colorizehc "colorfill",rect of fld 1,"34952,34952,34952"
  10.   get (right of fld 1 &","& top of fld 1 &","& (right of fld 1)+1 &","& bottom of fld 1)
  11.   colorizehc "colorfill",it,"21845,21845,21845"
  12.   get (left of fld 1 &","& bottom of fld 1 &","& (right of fld 1)+1 &","& (bottom of fld 1)+1)
  13.   colorizehc "colorfill",it,"21845,21845,21845"
  14.   get (left of fld 1 &","& top of fld 1 &","& (left of fld 1)+1 &","& bottom of fld 1)
  15.   colorizehc "colorfill",it,"48059,48059,48059"
  16.   get (left of fld 1 &","& top of fld 1 &","& right of fld 1 &","& (top of fld 1)+1)
  17.   colorizehc "colorfill",it,"48059,48059,48059"
  18.   colorizehc "add","Next",rect of bg btn "Next"
  19.   colorizehc "add","Prev",rect of bg btn "Prev"
  20.   colorizehc "add","Return",rect of bg btn "Return"
  21.   hide bg btn "Cover"
  22. end openbackground
  23.  
  24. on closebackground
  25.   show bg btn "Cover"
  26. end closebackground
  27.  
  28.  
  29.  
  30. -- part 1 (field)
  31. -- low flags: 05
  32. -- high flags: 0000
  33. -- rect: left=9 top=10 right=200 bottom=311
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 1
  37. -- font id: 21
  38. -- text size: 12
  39. -- style flags: 16640
  40. -- line height: 16
  41. -- part name: 
  42.  
  43.  
  44. -- part 2 (button)
  45. -- low flags: 00
  46. -- high flags: 1000
  47. -- rect: left=14 top=173 right=196 bottom=93
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 0 / 0
  50. -- text alignment: 1
  51. -- font id: 0
  52. -- text size: 12
  53. -- style flags: 0
  54. -- line height: 16
  55. -- part name: Return
  56. ----- HyperTalk script -----
  57. on mousedown
  58.   colorizehc "add","Return2",rect of me
  59.   hide me
  60.   show me
  61.   go to cd 2
  62. end mousedown
  63.  
  64.  
  65. -- part 4 (button)
  66. -- low flags: 00
  67. -- high flags: 1000
  68. -- rect: left=144 top=173 right=196 bottom=223
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 0 / 0
  71. -- text alignment: 1
  72. -- font id: 0
  73. -- text size: 12
  74. -- style flags: 0
  75. -- line height: 16
  76. -- part name: Prev
  77. ----- HyperTalk script -----
  78. on mousedown
  79.   colorizehc "add","Prev2",rect of me
  80.   hide me
  81.   go to prev cd of this bg
  82.   colorizehc "add","Prev",rect of me
  83.   show me
  84. end mousedown
  85.  
  86.  
  87. -- part 5 (button)
  88. -- low flags: 00
  89. -- high flags: 1000
  90. -- rect: left=227 top=173 right=196 bottom=306
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 0 / 0
  93. -- text alignment: 1
  94. -- font id: 0
  95. -- text size: 12
  96. -- style flags: 0
  97. -- line height: 16
  98. -- part name: Next
  99. ----- HyperTalk script -----
  100. on mousedown
  101.   colorizehc "add","Next2",rect of me
  102.   hide me
  103.   go to next cd of this bg
  104.   colorizehc "add","Next",rect of me
  105.   show me
  106. end mousedown
  107.  
  108.  
  109. -- part 6 (button)
  110. -- low flags: 00
  111. -- high flags: 0001
  112. -- rect: left=0 top=0 right=208 bottom=320
  113. -- title width / last selected line: 0
  114. -- icon id / first selected line: 0 / 0
  115. -- text alignment: 1
  116. -- font id: 0
  117. -- text size: 12
  118. -- style flags: 0
  119. -- line height: 16
  120. -- part name: Cover
  121.